toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.settings
/
AnalyticsDhisVisualization
Analytics
Dhis
Visualization
abstract
class
AnalyticsDhisVisualization
:
CoreObject
,
ObjectWithUidInterface
Members
Constructors
Analytics
Dhis
Visualization
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
AnalyticsDhisVisualization.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
AnalyticsDhisVisualization
group
Name
Link copied to clipboard
@
Nullable
abstract
fun
groupName
(
)
:
String
group
Uid
Link copied to clipboard
@
Nullable
abstract
fun
groupUid
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
scope
Link copied to clipboard
@
Nullable
abstract
fun
scope
(
)
:
AnalyticsDhisVisualizationScope
scope
Uid
Link copied to clipboard
@
Nullable
abstract
fun
scopeUid
(
)
:
String
timestamp
Link copied to clipboard
@
Nullable
abstract
fun
timestamp
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
AnalyticsDhisVisualization.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
type
Link copied to clipboard
@
NonNull
abstract
fun
type
(
)
:
AnalyticsDhisVisualizationType
uid
Link copied to clipboard
@
NonNull
abstract
fun
uid
(
)
:
String